flowbox: Fix annotation for GListModel binding callback
authorSam Thursfield <sam@afuera.me.uk>
Mon, 25 Sep 2017 13:42:46 +0000 (14:42 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 27 Sep 2017 11:33:20 +0000 (13:33 +0200)
commitc9df0c34bf5527c0782f849c5682d070c3b95485
treef28291833c0f99905c0a24984711f954654002e3
parent485470511f2d42c26ebbda1afb2ac85f223ff050
flowbox: Fix annotation for GListModel binding callback

The GtkFlowBoxCreateWidgetFunc type lacked GObject Introspection
annotations for its arguments. This made gtk_flow_box_bind_model()
unusable from Python as the callback function would be passed useless
values.

The annotations that I've added match those of the similar callback
type GtkListBoxCreateWidgetFunc.

https://bugzilla.gnome.org/show_bug.cgi?id=780758
gtk/gtkflowbox.h